home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_4049 / PlaceObject2_1498_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  200b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.boss3._currentframe == 5)
  3.    {
  4.       this._x = _root.boss3._x + 30;
  5.       this._y = _root.boss3._y + 20;
  6.       _root.b3.nextFrame();
  7.       stop();
  8.    }
  9. }
  10.